initialization code câu
- Move any initialization code from the frame window constructor to the init method of the applet.
Di chuyển bất kỳ code khởi tạo nào từ Frame window constructor tới phương thức init của applet. - Next, add this if ... else block — we could call this the initialization code, as it structures the app when it first loads:
Tiếp theo, thêm khối if ... else — ta có thể gọi đây là mã khởi tạo, bởi nó bắt đầu khi trình duyệt vừa được tải xong: - In the simplest case, __init__.py can just be an empty file, but it can also execute initialization code for the package or set the __all__ variable, described later.
Trong trường hợp đơn giản nhất, __init__.py có thể chỉ là một tệp rỗng, nhưng nó cũng có thể thực thi mã khởi tạo cho gói hoặc thiết lập __all__ biến, được mô tả sau.
- initialization There is usually some initialization of the dialog done in the dialog's...
- code Điều này làm cho code dài hơn, nhưng nó có ý nghĩa hơn. Đã bao giờ bạn viết...